home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / Frontier SDK 2.1 / Toolkits / Applet Toolkit / appletdialogs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-11  |  766 b   |  44 lines  |  [TEXT/KAHL]

  1. /*© Copyright 1988-1992 UserLand Software, Inc.  All Rights Reserved.*/
  2.  
  3.  
  4. #define dialogsinclude
  5.  
  6.  
  7. #ifndef appletdefsinclude
  8.  
  9.     #include "appletdefs.h"
  10.     
  11. #endif
  12.  
  13.  
  14. DialogPtr newmodaldialog (short, short);
  15.  
  16. void boldenbutton (DialogPtr, short);
  17.  
  18. short runmodaldialog (void);
  19.  
  20. void parsedialogstring (bigstring);
  21.  
  22. void setdialogtext (DialogPtr, short, bigstring);
  23.  
  24. void getdialogtext (DialogPtr, short, bigstring);
  25.  
  26. void selectdialogtext (DialogPtr, short);
  27.  
  28. void disabledialogitem (DialogPtr, short);
  29.  
  30. void enabledialogitem (DialogPtr, short);
  31.  
  32. void dialoggetobjectrect (DialogPtr, short, Rect *);
  33.  
  34. boolean alertdialog (bigstring);
  35.  
  36. boolean confirmdialog (bigstring);
  37.  
  38. boolean askdialog (bigstring, bigstring);
  39.  
  40. short savedialog (bigstring);
  41.  
  42. boolean oserror (OSErr);
  43.  
  44.